home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / initramfs-tools / hooks / fuse_utils < prev    next >
Encoding:
Text File  |  2009-03-05  |  156 b   |  16 lines

  1. #! /bin/sh -e
  2.  
  3. case $1 in
  4. prereqs)
  5.     exit 0
  6.     ;;
  7. esac
  8.  
  9. . /usr/share/initramfs-tools/hook-functions
  10.  
  11. copy_exec /sbin/mount.fuse /sbin
  12.  
  13. force_load fuse
  14.  
  15. exit 0
  16.